home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 799 b | 50 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWODUtil.h
- // Release Version: $ 1.0d11 $
- //
- // Copyright: © 1993, 1995 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWACQUIR_H
- #include "FWAcquir.h"
- #endif
-
- #ifndef FWBARRAY
- #include "FWBArray.h"
- #endif
-
- #ifndef FWODEXCE_H
- #include "FWODExce.h"
- #endif
-
- #ifndef FWODGEOM_H
- #include "FWODGeom.h"
- #endif
-
- #ifndef FWPOINT_H
- #include "FWPoint.h"
- #endif
-
- #ifndef FWRECT_H
- #include "FWRect.h"
- #endif
-
- #ifndef FWFXMATH_H
- #include "FWFxMath.h"
- #endif
-
- #ifndef FWSUSINK_H
- #include "FWSUSink.h"
- #endif
-
- #ifndef FWSUBUFF_H
- #include "FWSUBuff.h"
- #endif
-
- #ifndef FWITEXT_H
- #include "FWIText.h"
- #endif
-
-